func time.stopTimer

3 uses

	time (current package)
		sleep.go#L75: func stopTimer(*Timer) bool
		sleep.go#L117: 	return stopTimer(t)
		tick.go#L59: 	stopTimer((*Timer)(unsafe.Pointer(t)))